nested vmx: synchronize page fault error code match and mask
authorDongxiao Xu <dongxiao.xu@intel.com>
Tue, 8 Jan 2013 09:43:35 +0000 (10:43 +0100)
committerDongxiao Xu <dongxiao.xu@intel.com>
Tue, 8 Jan 2013 09:43:35 +0000 (10:43 +0100)
commitcc4707100aad115c0f384f576c020c6255e77ffb
tree7e6357e42b646b99f62a4a171daea979a8807b3c
parent34eda39b276aaa96acd6a939da9856b18729af10
nested vmx: synchronize page fault error code match and mask

Page fault is specially handled not only with exception bitmaps,
but also with consideration of page fault error code mask/match
values. Therefore in nested virtualization case, the two values
need to be synchronized from virtual VMCS to shadow VMCS.

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Committed-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/hvm/vmx/vvmx.c